home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_auth.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  885 b   |  34 lines

  1. /* tb_auth.h: auth definitions of tables used by submit*/
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_auth.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_auth.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_AUTH
  16. #define _H_TB_AUTH
  17.  
  18. #define AUR_UNKNOWN                     1
  19. #define AUR_CH_NONE                     2
  20. #define AUR_CH_FREE                     3
  21. #define AUR_IMTA_MISSING_SNDR           4
  22. #define AUR_IMTA_EXCLUDES_SNDR          5
  23. #define AUR_OMTA_MISSING_RECIP          6
  24. #define AUR_OMTA_EXCLUDES_RECIP         7
  25. #define AUR_MSGSIZE_FOR_CHAN            8
  26. #define AUR_MSGSIZE_FOR_MTA             9
  27. #define AUR_MSGSIZE_FOR_USR             10
  28. #define AUR_MTA_BPT                     11
  29. #define AUR_USR_BPT                     12
  30. #define AUR_CHBIND                      13
  31. #define AUR_DUPLICATE_REMOVED           14
  32.  
  33. #endif
  34.